RenderReportAction オブジェクトの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal () As System.Byte, _
ByVal As System.Collections.Generic.Dictionary(Of String,Object) _
)
'使用法
Dim reportTemplate() As System.Byte
Dim parameterValues As System.Collections.Generic.Dictionary(Of String,Object)
Dim instance As New RenderReportAction(reportTemplate, parameterValues)
public RenderReportAction(
System.byte[] ,
System.Collections.Generic.Dictionary<string,object>
)
パラメータ
- reportTemplate
- レポート定義を含む配列。
- parameterValues
- レポートパラメータの初期値。
参照